ReactiveSwitchCell class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.ReactiveSwitchCell<T>
Modifiers: public
Summary¶
This is a SwitchCell that is also an IViewFor.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ReactiveSwitchCell~T~
class SwitchCell
SwitchCell <|-- ReactiveSwitchCell~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveSwitchCell~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveSwitchCell~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveSwitchCell~T~
Inherits from: SwitchCell
Implements: IViewFor<TViewModel>, IViewFor, IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ViewModel |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model bindable property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Event that is raised when the binding context is changed. |
Inherited members
See also¶
Xamarin.Forms.SwitchCell- ReactiveUI.IViewFor`1